Xbasic

A5_IS_TRACE_WINDOW_OPEN Function

Syntax

Result_Flag as L = a5_is_trace_window_open()

Returns

Result_FlagLogical

.T. = Indicates the Trace window is open. .F. = Indicates the Trace window is closed.

Description

The A5_IS_TRACE_WINDOW_OPEN() function indicates whether the Trace window is open.

Example

? A5_IS_TRACE_WINDOW_OPEN()
= .F.

Limitations

Desktop applications only.

See Also